home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / modules / nessus-2.2.8.mo / usr / lib / nessus / plugins / gentoo_GLSA-200409-13.nasl < prev    next >
Text File  |  2005-03-31  |  3KB  |  70 lines

  1. # This script was automatically generated from 
  2. #  http://www.gentoo.org/security/en/glsa/glsa-200409-13.xml
  3. # It is released under the Nessus Script Licence.
  4. # The messages are release under the Creative Commons - Attribution /
  5. # Share Alike license. See http://creativecommons.org/licenses/by-sa/2.0/
  6. #
  7. # Avisory is copyright 2001-2004 Gentoo Foundation, Inc.
  8. # GLSA2nasl Convertor is copyright 2004 Michel Arboi
  9.  
  10. if (! defined_func('bn_random')) exit(0);
  11.  
  12. if (description)
  13. {
  14.  script_id(14694);
  15.  script_version("$Revision: 1.1 $");
  16.  script_xref(name: "GLSA", value: "200409-13");
  17.  script_cve_id("CAN-2004-0694", "CAN-2004-0745", "CAN-2004-0769", "CAN-2004-0771");
  18.  
  19.  desc = 'The remote host is affected by the vulnerability described in GLSA-200409-13
  20. (LHa: Multiple vulnerabilities)
  21.  
  22.  
  23.     The command line argument as well as the archive parsing code of LHa lack
  24.     sufficient bounds checking. Furthermore, a shell meta character command
  25.     execution vulnerability exists in LHa, since it does no proper filtering on
  26.     directory names.
  27.   
  28. Impact
  29.  
  30.     Using a specially crafted command line argument or archive, an attacker can
  31.     cause a buffer overflow and could possibly run arbitrary code. The shell
  32.     meta character command execution could lead to the execution of arbitrary
  33.     commands by an attacker using directories containing shell meta characters
  34.     in their names.
  35.   
  36. Workaround
  37.  
  38.     There is no known workaround at this time.
  39.   
  40. References:
  41.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0694
  42.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0745
  43.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0769
  44.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0771
  45.  
  46.  
  47. Solution: 
  48.     All LHa users should upgrade to the latest stable version:
  49.     # emerge sync
  50.     # emerge -pv ">=app-arch/lha-114i-r4"
  51.     # emerge ">=app-arch/lha-114i-r4"
  52.   
  53.  
  54. Risk factor : Medium
  55. ';
  56.  script_description(english: desc);
  57.  script_copyright(english: "(C) 2004 Michel Arboi");
  58.  script_name(english: "[GLSA-200409-13] LHa: Multiple vulnerabilities");
  59.  script_category(ACT_GATHER_INFO);
  60.  script_family(english: "Gentoo Local Security Checks");
  61.  script_dependencies("ssh_get_info.nasl");
  62.  script_require_keys('Host/Gentoo/qpkg-list');
  63.  script_summary(english: 'LHa: Multiple vulnerabilities');
  64.  exit(0);
  65. }
  66.  
  67. include('qpkg.inc');
  68. if (qpkg_check(package: "app-arch/lha", unaffected: make_list("ge 114i-r4"), vulnerable: make_list("le 114i-r3")
  69. )) { security_warning(0); exit(0); }
  70.